home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>MyServer Documentation - Browse Folder Index - www.myserverproject.net</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../style/myserver.css" /> </head> <body> <h1 class="title">BROWSE DIRECTORY</h1> <table class="center" width="95%"> <tr> <td class="center"> When a client requests a directory from the server and the server cannot find a default file to send, it indexes the directory and sends a list of the files to the client. This allows the client to browse the directory and access any file within it.<br /> <p style="text-align: center;"><img src="../images/browsefolder.png" alt="Browse Folder" width="730" height="371" /></p> <div class="center"><small>Indexed folder for Browsing</small></div> <br /> <br /> If you want to define a cascading style sheet for the directory index page, you can modify the file <span style="code">myserver.xml</span>. <br /> <br /> Locate the line: <span class="code"><BROWSEFOLDER_CSS>system/folderstyle.css</BROWSEFOLDER_CSS></span><br /><br /> and replace system/folderstyle.css with the name of your .css file. <p>The file <span class="code">system/folderstyle.css</span> has the default form:</p> <span class="code">body { font-family: Arial; color: #000000;background-color:#FFFFFF }</span> <br /> <br /> <div class="center">Following symlinks</div> <br /> On Unix-like Operating systems (e.g.: Linux, *BSD, GNU/HURD, Solaris, etc.) MyServer supports the feature to follow Symlinks.<br /> You can add the symlink following feature to each virtual host in the virtualhosts.xml file or in the myserver.xml for all hosts.<br /> <span class="code"><FOLLOW_LINKS>YES</FOLLOW_LINKS></span><br /><br /> The default is: <span class="code"><FOLLOW_LINKS>NO</FOLLOW_LINKS></span> This value is used by default by MyServer. </td> </tr> </table> </body> </html>